equivalence partitioning การใช้
- Equivalence partitioning is not a stand alone method to determine test cases.
- Equivalence Partitioning and Boundary value analysis are linked to each other and can be used together at all levels of testing.
- In some cases, one might want to test multiple scenarios at once to perform Equivalence partitioning and Boundary-value analysis.
- Equivalence partitioning is typically applied to the inputs of a tested component, but may be applied to the outputs in rare cases.
- The testing theory related to equivalence partitioning says that only one test case of each partition is needed to evaluate the behaviour of the program for the related partition.
- The tendency is to relate equivalence partitioning to so called black box testing which is strictly checking a software component at its interface, without consideration of internal structures of the software.